home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 May / Designer's Club 1998 May.iso / pc / IDEASRC / DREAM.DIR / 00008_explanation.ls < prev    next >
Encoding:
Text File  |  1998-04-06  |  282 b   |  15 lines

  1. on mouseDown
  2.   puppetSound(2, "click")
  3.   if not soundBusy(1) then
  4.     puppetSound(1, "explan")
  5.   else
  6.     sound stop 1
  7.   end if
  8.   repeat while the mouseDown
  9.     set the visible of sprite 11 to 0
  10.     updateStage()
  11.   end repeat
  12.   set the visible of sprite 11 to 1
  13.   updateStage()
  14. end
  15.